home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / gle33b_1.zip / GLE4.ZIP / COLOR.GLE < prev    next >
Text File  |  1990-07-14  |  315b  |  25 lines

  1. size 24 18
  2. amove 2 4
  3. sub fnt f$ 
  4.  set just left
  5.  set color f$
  6.  box -1 1 fill f$
  7.  write f$
  8.  rmove 5 0
  9.  set color black
  10.  write f$
  11.  rmove -5 1
  12. end sub
  13. amove 2 2
  14. @fnt "green"
  15. @fnt "red"
  16. @fnt "blue"
  17. @fnt "yellow"
  18. @fnt "magenta"
  19. @fnt "white"
  20. @fnt "grey5"
  21. @fnt "grey50"
  22. @fnt "grey90"
  23. @fnt "black"
  24.  
  25.